ASP.NET Core MVC コントロールヘルプ
TickSpacing メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > GaugeBuilder<TControl,TBuilder> クラス : TickSpacing メソッド
The value.
Configurates C1.Web.Mvc.Gauge.TickSpacing. Sets the spacing between tickmarks.
シンタックス
'宣言
 
Public Function TickSpacing( _
   ByVal value As System.Nullable(Of Double) _
) As TBuilder
public TBuilder TickSpacing( 
   System.Nullable<double> value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
Set the ShowTicks property to true if you want the gauge to show tickmarks along its face. By default, the interval between tickmarks is defined by the Step property. Use the TickSpacing property to override the default and use a spacing that is different from the Step value. Set the TickSpacing property to null to revert to the default behavior.
参照

GaugeBuilder<TControl,TBuilder> クラス
GaugeBuilder<TControl,TBuilder> メンバ